Frustrations about which language to use [closed]
Posted
by Joshua
on Stack Overflow
See other posts from Stack Overflow
or by Joshua
Published on 2010-03-30T17:03:26Z
Indexed on
2010/03/30
17:13 UTC
Read the original article
Hit count: 312
I am way too indecisive.
I have an idea for a (admittedly craptastic) GUI program, so I start writing it in C# .NET WinForms.
Then like halfway through I'm like, damn I should have written this in Qt.
So I start writing it in Qt and remember why I hate C++ STL iterators so much.
So in my head I go
LINQ >>>>>>>>>>>>>>>>>> C++ STL
So I'm like, maybe I'll do it in WPF, I like markup to make UIs hey this is kinda like web development (read: ez pz)
BUT ITS LIKE WHY GOD WHY CANT I JUST PICK ONE AND COMMIT
© Stack Overflow or respective owner